'DeclarationPublic Function New( _ ByVal collection As IEnumerable(Of ULong) _ )
'UsageDim collection As IEnumerable(Of ULong) Dim instance As New UInt64Collection(collection)
public UInt64Collection( IEnumerable<ulong> collection )
public: UInt64Collection( IEnumerable<ulong>^ collection )
Parameters
- collection
 - A collection of System.UInt64 to pre-populate the collection with